home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
MapMaker
/
Source
/
constants.h
< prev
next >
Wrap
Text File
|
1990-12-04
|
485b
|
22 lines
#define PI 3.14159
#define ITop ((PI*(7.5/9.0))/2.0) /* 75 deg. */
#define IBottom (-((PI*(7.5/9.0)))/2.0) /* - 75 deg. */
#define ILeft (-(PI))
#define IRight (PI)
#define OTop ((PI*(8.0/9.0))/2.0) /* 80 deg. */
#define OBottom (-((PI*(8.0/9.0)))/2.0) /* - 80 deg. */
#define OLeft (-(PI))
#define ORight (PI)
#define MAXFRAMES 72
#define FORWARD -1
#define STOPPED 0
#define BACKWARD 1
#define MAXROT 180.0
#define MINROT 5.0
#define round(_____GXVRMB) floor(_____GXVRMB+0.5)